home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / wb / selector / bro / startbrowser < prev    next >
AmigaDOS Script File  |  1999-03-02  |  572b  |  28 lines

  1. .key dir
  2. .bra {
  3. .ket }
  4.  
  5. resident "`which change`" pure add
  6. resident "`which filename`" pure add
  7. resident "`which chopline`" pure add
  8. resident "`which chopword`" pure add
  9. resident "`which count`" pure add
  10. resident "`which wbrun`" pure add
  11. resident "`which list`" pure add
  12.  
  13. if "{dir}" EQ ""
  14.     selector sel:Bro/browser.sel
  15. else
  16.     execute sel:bro/makebrowser `filename -aspath "{dir}"`
  17.     selector T:file.sel
  18. endif
  19.  
  20. resident list remove
  21. resident chopword remove
  22. resident chopline remove
  23. resident filename remove
  24. resident change remove
  25. resident count remove
  26. resident wbrun remove
  27.  
  28.